home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 7915 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: news.computek.net!usenet
  2. From: robert jacobs and jason jacobs <robertj@computek.net>
  3. Newsgroups: comp.lang.c
  4. Subject: Re: (no subject)
  5. Date: Thu, 29 Feb 1996 11:10:15 -0600
  6. Organization: Compu-Net DFW's Premiere Internet Access Provider
  7. Message-ID: <3135DDF7.4189@computek.net>
  8. References: <4gv493$p09@nuacht.iol.ie>
  9. NNTP-Posting-Host: dal834.computek.net
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0 (Win95; I)
  14.  
  15. Roy Leonard wrote:
  16. > Hi all,
  17. > I have a strange problem from an embedded system.  I have an array of
  18. > data, and
  19. > I want to count all the high bits (=1) in the array.
  20. > Hopefully there is a way I can do this in C at high speed.  The
  21. > alternative is assembler, which I would prefer not to do, but I may have
  22. > to.  Does anyone have any nifty ideas about how I might go about this?
  23. > The data is of fixed length (roughly 50 long ints).  Each bit is evenly
  24. > weighted.
  25. > Eg.
  26. > If the data in binary was "1001001", the total I'm looking for is three.
  27. > Looking forward to some interesting responses!
  28. > Roy
  29. > --
  30. > -==-
  31. > Roy Leonard
  32. > leonardr@iol.ie
  33. > Development Engineer
  34. > "Stress is when your mouth says 'No Problem' and your gut says 'NO WAY'"
  35. > -==-Use the Binary Operator Expressions of "C".
  36. You can flip bits, count, compare, mask, and test with these operator's 
  37. as fast as assy.  
  38.  
  39. Use a subject in your subject line next time.
  40.  
  41. BJ
  42.